home *** CD-ROM | disk | FTP | other *** search
- function fnRemoveMe()
- {
- myColorObject = new Color("_root.interface.burst" + _root.gCurrentChannel);
- myColorObject.setTransform(_root.white);
- eval("_root.interface.burst" + _root.gCurrentChannel).gotoAndPlay("go");
- i = 0;
- if(i < _root.activeComets_arr.length)
- {
- _root.activeComets_arr.splice(i,1);
- }
- s = new Sound(CatchSounds);
- s.attachSound("CometCatch");
- s.start();
- _root.fnUpdateScore("COMET");
- removeMovieClip(this);
- }
- stop();
-